Adding a HP printer on Arch Linux
Quick note on how to install a (HP) printer under Arch Linux.
Quick note on how to install a (HP) printer under Arch Linux.
A short post on how to fix the library error mentioned in the title. We fix this by downgrading libffi or installing libffi7 from the AUR.
A recent upgrade of docker-compose might cause a nasty error. In this post I explain what to do to restore your debugger and the big why.
This post explains how to fix the PGP signature verification on AUR packages. If the key of a signed PKGBUILD is not present in your public key ring, you will otherwise see "ERROR: One or more PGP signatures could not be verified"
In this post I explain how to fix an error about an error that is caused by a package, which was signed with a missing/untrusted public key.
portion of code to your .zshrc to enable autocompletion. This, in turn, slows the startup of your shell quite a lot. But we can easily fix this slow zsh startup! Instead of always loading your nvm autocompletion, we can command oh-my-zsh to just load nvm ressources on-demand, also known as lazy-loading.
As some may struggle to get their bluetooth connections up and running under Arch Linux (and I have to google this each time I install as well) I decided to write a post on it. Hope you benefit from it!